We'll start with HTML then Lua and go on.
Before that, if you want to learn Programming from another place, you can use Mimo which is an app for learning any Programming Language.
Now! About the place that we are gonna use to Program.
So, first you need a Computer (idk any Mobile Apps for Programing), if you don't have a Programming App you can use NotePad or download NotePad++ wich makes Programming easier.
Let's learn Programming!
Let's first understand what's HTML is actualy used for.
HTML is made for making Web Sites like this one but its not actualy a Programming Language, its a Mark Up Language or as its name Hiper Text Mark Up Language wich if you don't understand what does it mean, its basically a place where you can write and customize the text in any way. Here is a video for a quick run down for HTML,(Cause i might have not explained it well.)
Let's first open place where we see our site.
Before we continue we will be learning what's Tag, Element and Attributes are.
Tags are basically the holder of the Element or a door. First the opening tag "<" and then the closing tag ">"" or "<>" then "</>".
Element is the code or the one that holds the Content of the code.
Attributes are used to describe the characteristic of the Element in detail.
Here is an img for a better visual,
Now its time to fill the site with some content.
Let's try to write something, shall we?
Don't forget to SAVE the file so you don't lose the things you wrote ("Ctrl + s" for shortcut) and shows what you have done in the Browser. Also, refresh the Browser to see the Updated self of the file("F5" or "Ctrl + F5" for shortcut).
We have wrote our first words but its a bit too blank, let's add Paragraphs.
Write "" and write something you want then add "" and SAVE the file and refresh the page.
You might thing that its the same but write it again.
As its name (Paragraph), it creates a Paragraph.
Having Paragraphs tidies up our site a bit but we dont know what's the content of the Paragraph. Let's add a Title.
Write "" and write the title you want then add "".
We have title now but i think you realized that therese a "1" in the Heading Tag. We can change that number between 1 and 6 and get different sized Titles.
ıdk if will countie